ComponentOne ASP.NET MVC Controls
ParametricFunctionSeriesBuilder<T> Class Members
Methods 

C1.Web.Mvc.Fluent Namespace : ParametricFunctionSeriesBuilder<T> Class

The following tables list the members exposed by ParametricFunctionSeriesBuilder<T>.

Public Constructors
 NameDescription
Public ConstructorCreates one ParametricFunctionSeriesBuilder<T> instance to configurate obj.  
Top
Public Methods
 NameDescription
Public MethodConfigurates C1.Web.Mvc.ChartSeriesBase<T>.AltStyle. Sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodOverloaded. Sets the AxisX property. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodOverloaded. Sets the AxisY property. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodOverloaded. Bind data with the url of the action which is used for reading data. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.ChartSeriesBase<T>.Binding. Sets the name of the property that contains Y values for the series. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.ChartSeriesBase<T>.BindingX. Sets the name of the property that contains X values for the series. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.ChartSeriesBase<T>.ItemsSource. Sets ItemsSource settings. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.ChartSeriesBase<T>.ItemsSource. Sets ItemsSource settings. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.ChartSeriesBase<T>.CssClass. Sets the series CSS class. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.ChartSeriesBase<T>.InterpolateNulls. Sets a value that determines whether to interpolate null values in the data. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.FunctionSeries<T>.Max. Sets the max value for the function calculation. (Inherited from C1.Web.Mvc.Fluent.FunctionSeriesBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.FunctionSeries<T>.Min. Sets the minimum value for function calculation. (Inherited from C1.Web.Mvc.Fluent.FunctionSeriesBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.ChartSeriesBase<T>.Name. Sets the series name. The series name is displayed in the chart legend. Any series without a name does not appear in the legend. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates the C1.Web.Mvc.ChartSeriesBase<T>.OnClientRendered client event. Occurs when series is rendered. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates the C1.Web.Mvc.ChartSeriesBase<T>.OnClientRendering client event. Occurs when series is rendering. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.TrendLineBase<T>.SampleCount. Sets the sample count for function calculation. (Inherited from C1.Web.Mvc.Fluent.TrendLineBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.ChartSeriesBase<T>.Style. Sets the series style. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodOverloaded. Set the Symbol for Series. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodSets the SymbolMarker property. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.ChartSeriesBase<T>.SymbolSize. Sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.ChartSeriesBase<T>.SymbolStyle. Sets the series symbol style. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodSets the Visibility property. (Inherited from C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder<T,ParametricFunctionSeries<T>,ParametricFunctionSeriesBuilder<T>>)
Public MethodConfigurates C1.Web.Mvc.ParametricFunctionSeries<T>.XFunc. Sets the function used to calculate the x value.  
Public MethodConfigurates C1.Web.Mvc.ParametricFunctionSeries<T>.YFunc. Sets the function used to calculate the y value.  
Top
See Also

Reference

ParametricFunctionSeriesBuilder<T> Class
C1.Web.Mvc.Fluent Namespace